FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.gevko.evo.khb#0.9.1 (62 ms)

Package de.gevko.evo.khb
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.gevko.evo.khb@0.9.1&canonical=https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_Bundle
Url https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_Bundle
Version 0.9.1
Status active
Date 2020-12-03T15:21:35.1321105Z
Name EVO_PR_KHB_Bundle
Title Krankenhausbehandlung
Experimental False
Description Dieses Bundle vereint die Elemente des strukturierten Dokuments elektronische Verordnung einer Krankenhausbehandlung, KBV Muster 2 (10.2014)
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Source

{
  "resourceType" : "StructureDefinition",
  "id" : "857b1b07-2864-4c4e-a21f-184754f5a1c8",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2020-12-03T15:21:35.539+00:00"
  },
  "url" : "https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_Bundle",
  "version" : "0.9.1",
  "name" : "EVO_PR_KHB_Bundle",
  "title" : "Krankenhausbehandlung",
  "status" : "active",
  "date" : "2020-12-03T15:21:35.1321105Z",
  "publisher" : "gevko GmbH",
  "description" : "Dieses Bundle vereint die Elemente des strukturierten Dokuments elektronische Verordnung einer Krankenhausbehandlung, KBV Muster 2 (10.2014)",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle",
        "path" : "Bundle",
        "constraint" : [
          {
            "key" : "Composition-pflicht",
            "severity" : "error",
            "human" : "Die Ressource vom Typ Composition muss genau einmal vorhanden sein",
            "expression" : "entry.where(resource is Composition).count()=1",
            "source" : "Bundle"
          },
          {
            "key" : "versionComposition",
            "severity" : "error",
            "human" : "Die Instanz der Composition muss vom Profil 'https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_A_Composition|0.9.1' oder 'https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_B_Composition|0.9.1' sein",
            "expression" : "entry.where(resource is Composition).resource.meta.profile = 'https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_A_Composition|0.9.1' or entry.where(resource is Composition).resource.meta.profile = 'https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_B_Composition|0.9.1'",
            "source" : "Bundle"
          },
          {
            "key" : "angabePruefnummer",
            "severity" : "error",
            "human" : "Prüfnummer nicht vorhanden, aber Pflicht bei den Kostenträger der Typen \"GKV\", \"BG\", \"SKT\" oder \"UK\"",
            "expression" : "(entry.where(resource is Coverage).exists() and (entry.where(resource is Coverage).resource.type.coding.code='GKV' or entry.where(resource is Coverage).resource.type.coding.code='BG' or entry.where(resource is Coverage).resource.type.coding.code='SKT' or entry.where(resource is Coverage).resource.type.coding.code='UK')) implies entry.where(resource is Composition).resource.author.identifier.where(system='https://fhir.kbv.de/NamingSystem/KBV_NS_FOR_Pruefnummer').exists()",
            "source" : "Bundle"
          },
          {
            "key" : "angabePLZ",
            "severity" : "error",
            "human" : "Postleitzahl nicht vorhanden, aber Pflicht bei den Kostentraegern der Typen \"GKV\", \"BG\", \"SKT\" oder \"UK\"",
            "expression" : "(entry.where(resource is Coverage).exists() and (entry.where(resource is Coverage).resource.type.coding.code='GKV' or entry.where(resource is Coverage).resource.type.coding.code='BG' or entry.where(resource is Coverage).resource.type.coding.code='SKT' or entry.where(resource is Coverage).resource.type.coding.code='UK')) implies entry.where(resource is Patient).resource.address.postalCode.exists()",
            "source" : "Bundle"
          },
          {
            "key" : "angabeNrAusstellendePerson",
            "severity" : "error",
            "human" : "Nummer der ausstellenden Person nicht vorhanden, aber Pflicht, wenn es sich um einen Arzt oder Zahnarzt handelt",
            "expression" : "(entry.where(resource is Coverage).exists() and (entry.where(resource is Coverage).resource.type.coding.code='GKV' or entry.where(resource is Coverage).resource.type.coding.code='BG' or entry.where(resource is Coverage).resource.type.coding.code='SKT' or entry.where(resource is Coverage).resource.type.coding.code='UK') and (entry.where(resource is Practitioner).resource.qualification.coding.code='00' or entry.where(resource is Practitioner).resource.qualification.coding.code='01')) implies entry.where(resource is Practitioner).resource.identifier.exists()",
            "source" : "Bundle"
          },
          {
            "key" : "angabeBetriebsstaettennr",
            "severity" : "error",
            "human" : "Betriebsstaettennummer nicht vorhanden, aber Pflicht, wenn es sich um einen Arzt, Zahnarzt oder Arzt in Weiterbildung handelt",
            "expression" : "(entry.where(resource is Coverage).exists() and (entry.where(resource is Coverage).resource.type.coding.code='GKV' or entry.where(resource is Coverage).resource.type.coding.code='BG' or entry.where(resource is Coverage).resource.type.coding.code='SKT' or entry.where(resource is Coverage).resource.type.coding.code='UK') and (entry.where(resource is Practitioner).resource.qualification.coding.code='00' or entry.where(resource is Practitioner).resource.qualification.coding.code='01' or entry.where(resource is Practitioner).resource.qualification.coding.code='03')) implies entry.where(resource is Organization).resource.identifier.exists()",
            "source" : "Bundle"
          },
          {
            "key" : "angabeRechtsgrundlage",
            "severity" : "error",
            "human" : "Rechtsgrundlage nicht vorhanden, aber Pflicht bei den Kostentraegern der Typen \"GKV\", \"BG\", \"SKT\" oder \"UK\"",
            "expression" : "(entry.where(resource is Coverage).exists() and (entry.where(resource is Coverage).resource.type.coding.code='GKV' or entry.where(resource is Coverage).resource.type.coding.code='BG' or entry.where(resource is Coverage).resource.type.coding.code='SKT' or entry.where(resource is Coverage).resource.type.coding.code='UK')) implies entry.where(resource is Composition).resource.extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_FOR_Legal_basis').exists()",
            "source" : "Bundle"
          },
          {
            "key" : "Arztpraxis-1",
            "severity" : "error",
            "human" : "Für eine Arztpraxis muss eine BSNR angegeben werden.",
            "expression" : "entry.where(resource is Organization).exists() implies entry.where(resource is Organization).resource.identifier.system='https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR'",
            "source" : "Bundle"
          },
          {
            "key" : "Arztpraxis-2",
            "severity" : "error",
            "human" : "Bei einer Arztpraxis darf kein Institutionskennzeichen angegeben werden.",
            "expression" : "entry.where(resource is Organization).exists() implies entry.where(resource is Organization).resource.identifier.system != 'http://fhir.de/NamingSystem/arge-ik/iknr'",
            "source" : "Bundle"
          },
          {
            "key" : "Arztpraxis-3",
            "severity" : "error",
            "human" : "Bei einer Arztpraxis darf keine Zahnarztnummer angegeben werden.",
            "expression" : "entry.where(resource is Organization).exists() implies entry.where(resource is Organization).resource.identifier.system != 'http://fhir.de/NamingSystem/kzbv/zahnarztnummer'",
            "source" : "Bundle"
          },
          {
            "key" : "GKV-Patient-1",
            "severity" : "error",
            "human" : "Bei einem Patienten mit gesetzlicher Krankenversicherung muss die gesetzliche Krankenversicherungsnummer angegeben werden.",
            "expression" : "entry.where(resource is Patient).exists() implies entry.where(resource is Patient).resource.identifier.type.coding.code='GKV'",
            "source" : "Bundle"
          },
          {
            "key" : "GKV-Patient-2",
            "severity" : "error",
            "human" : "Bei einem Patienten mit gesetzlicher Krankenversicherung darf keine private Krankenversicherungsnummer angegeben werden.",
            "expression" : "entry.where(resource is Patient).exists() implies entry.where(resource is Patient).resource.identifier.type.coding.code != 'PKV'",
            "source" : "Bundle"
          },
          {
            "key" : "GKV-Patient-3",
            "severity" : "error",
            "human" : "Bei einem Patienten mit gesetzlicher Krankenversicherung darf keine KVK-Versicherungsnummer angegeben werden.",
            "expression" : "entry.where(resource is Patient).exists() implies entry.where(resource is Patient).resource.identifier.type.coding.code != 'kvk'",
            "source" : "Bundle"
          },
          {
            "key" : "GKV-Patient-4",
            "severity" : "error",
            "human" : "Es wird die Wohnadresse des Patienten erwartet und kein Postfach.",
            "expression" : "entry.where(resource is Patient).exists() implies entry.where(resource is Patient).resource.address.type != 'postal'",
            "source" : "Bundle"
          },
          {
            "key" : "Arzt-1",
            "severity" : "error",
            "human" : "Die LANR des Arztes muss angegeben werden.",
            "expression" : "entry.where(resource is Practitioner).exists() implies entry.where(resource is Practitioner).resource.identifier.type.coding.code='LANR'",
            "source" : "Bundle"
          },
          {
            "key" : "Arzt-2",
            "severity" : "error",
            "human" : "Für einen Arzt darf keine Zahnarztnummer angegeben werden.",
            "expression" : "entry.where(resource is Practitioner).exists() implies entry.where(resource is Practitioner).resource.identifier.type.coding.code != 'ZANR'",
            "source" : "Bundle"
          },
          {
            "key" : "Arzt-3",
            "severity" : "error",
            "human" : "Es ist nur der Code für \"Arzt\", \"Arzt in Weiterbildung\" oder \"Arzt als Vertreter\" zugelassen.",
            "expression" : "entry.where(resource is Practitioner).exists() implies (entry.where(resource is Practitioner).resource.qualification.code.coding.code='00' or entry.where(resource is Practitioner).resource.qualification.code.coding.code='03' or entry.where(resource is Practitioner).resource.qualification.code.coding.code='04')",
            "source" : "Bundle"
          },
          {
            "key" : "Versicherung-1",
            "severity" : "error",
            "human" : "Das Institutionskennzeichen der Krankenkasse muss angegeben werden.",
            "expression" : "entry.where(resource is Coverage).exists() implies entry.where(resource is Coverage).resource.payor.identifier.system='http://fhir.de/NamingSystem/arge-ik/iknr'",
            "source" : "Bundle"
          },
          {
            "key" : "Versicherung-2",
            "severity" : "error",
            "human" : "Das Institutionskennzeichen der Krankenkasse muss angegeben werden, keine alternatives Institutionskennzeichen.",
            "expression" : "entry.where(resource is Coverage).exists() implies entry.where(resource is Coverage).resource.identifier.extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_FOR_Alternative_IK').exists().not()",
            "source" : "Bundle"
          },
          {
            "key" : "Versicherung-3",
            "severity" : "warning",
            "human" : "Der Type des Identifiers muss an dieser Stelle nicht angegeben werden.",
            "expression" : "entry.where(resource is Coverage).exists() implies entry.where(resource is Coverage).resource.identifier.type.exists().not()",
            "source" : "Bundle"
          }
        ]
      },
      {
        "id" : "Bundle.id",
        "path" : "Bundle.id",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.meta",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.meta.id",
        "path" : "Bundle.meta.id",
        "max" : "0"
      },
      {
        "id" : "Bundle.meta.versionId",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.meta.versionId",
        "max" : "0"
      },
      {
        "id" : "Bundle.meta.lastUpdated",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.meta.lastUpdated",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.meta.source",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.meta.source",
        "max" : "0"
      },
      {
        "id" : "Bundle.meta.profile",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_Bundle|0.9.1",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.meta.security",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.meta.security",
        "max" : "0"
      },
      {
        "id" : "Bundle.meta.tag",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.meta.tag",
        "max" : "0"
      },
      {
        "id" : "Bundle.implicitRules",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.implicitRules",
        "max" : "0"
      },
      {
        "id" : "Bundle.language",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.language",
        "max" : "0"
      },
      {
        "id" : "Bundle.identifier",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.identifier",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.identifier.use",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.identifier.use",
        "max" : "0"
      },
      {
        "id" : "Bundle.identifier.type",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.identifier.type",
        "max" : "0"
      },
      {
        "id" : "Bundle.identifier.system",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.identifier.system",
        "definition" : "Für den digitalen Vordruck \"Elektronische Verordnung von Krankenhausbehandlung (Muster 2)\" wird die Dokumenten-ID gemäß den Vorgaben der gematik gesetzt.",
        "min" : 1,
        "fixedUri" : "https://gematik.de/fhir/NamingSystem/PrescriptionID",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.identifier.value",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.identifier.value",
        "short" : "Dokumenten-ID",
        "definition" : "Eindeutige Identifikation des Dokuments, bzw. der Verordnung. Diese ID wird mit signiert und sichert damit die Verordnung vor Fälschungen.\r\n\r\nFür den digitalen Vordruck \"Elektronische Verordnung von Krankenhausbehandlung (Muster 2)\" wird die Dokumenten-ID gemäß den Vorgaben der gematik gesetzt.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.identifier.period",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Bundle.identifier.assigner",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Bundle.type",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.type",
        "fixedCode" : "document",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.timestamp",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.timestamp",
        "definition" : "DateTime wann das Dokument technisch erstellt wurde. \r\nFachlich bildet das Ausstellungsdatum das entscheidende Datum ab",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.total",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.total",
        "max" : "0"
      },
      {
        "id" : "Bundle.link",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.link",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.entry",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry.link",
        "path" : "Bundle.entry.link",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry.fullUrl",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.entry.fullUrl",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry.search",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry.request",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry.response",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.signature",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "trial-use"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.signature",
        "max" : "0"
      },
      {
        "id" : "Bundle.signature.who.id",
        "path" : "Bundle.signature.who.id",
        "max" : "0"
      },
      {
        "id" : "Bundle.signature.who.reference",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.signature.who.reference",
        "min" : 1,
        "fixedString" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Betriebsstaette|https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner"
      },
      {
        "id" : "Bundle.signature.who.type",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.signature.who.type",
        "max" : "0"
      },
      {
        "id" : "Bundle.signature.who.identifier",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Bundle.signature.who.identifier",
        "max" : "0"
      },
      {
        "id" : "Bundle.signature.who.display",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "Bundle.signature.who.display",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.